home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.app.BaseAction;
- import java.awt.Dialog;
- import java.awt.event.ActionEvent;
-
- class SchemaWin$7 extends BaseAction {
- // $FF: synthetic field
- final SchemaWin this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.commitPendingEdits(true)) {
- SchemaWin.EditModelDialog var2 = new SchemaWin.EditModelDialog(this.this$0, this.this$0.getSchemaDoc(), true);
- ((Dialog)var2).show();
- }
- }
-
- SchemaWin$7(SchemaWin var1, String var2) {
- super(var2);
- this.this$0 = var1;
- }
- }
-